From: Sam Reed Date: Sat, 17 Sep 2011 11:49:10 +0000 (+0000) Subject: Revert r97257 X-Git-Tag: 1.31.0-rc.0~27592 X-Git-Url: http://git.cyclocoop.org/%22.%24match%5B1%5D.%22?a=commitdiff_plain;h=12be9134772ac9ccac384434666c4a410a174aff;p=lhc%2Fweb%2Fwiklou.git Revert r97257 --- diff --git a/includes/db/DatabaseMysql.php b/includes/db/DatabaseMysql.php index c5730772c7..c7eada7796 100644 --- a/includes/db/DatabaseMysql.php +++ b/includes/db/DatabaseMysql.php @@ -887,13 +887,6 @@ class MySQLField implements Field { function isMultipleKey() { return $this->is_multiple; } - - /** - * @return int - */ - function maxLength() { - return $this->max_length; - } } class MySQLMasterPos implements DBMasterPos {